home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / bing-1.1.3.lha / bing-1.1.3 / src / ChangeLog < prev    next >
Text File  |  1997-06-06  |  3KB  |  107 lines

  1. Fri Jun 05 07:30:49 MET DST 1997
  2. *** Release 1.1.3 ***
  3.  
  4. Fri Jun 05 07:30:49 MET DST 1997
  5.     - Modified the Win32 code to improve the RTT measurment. It now uses
  6.       the QueryPerformanceCounter API to get an 8 microsecond precision.
  7.     - Improved the portability of the bing 1.1 serie. It has been 
  8.       compiled and tested on:
  9.         AIX 2
  10.         HP-UX 10
  11.         Linux 2.0.27
  12.         Solaris 2.5
  13.         SunOS 4.1.3
  14.         Windows 95
  15.         Windows NT 3.51 and 4.0 on i386
  16.     - Fixed a bug in finishit, secs should be a double not a long.
  17.     - Fixed a bug related to srand()/rand(). On some platforms (alpha, 
  18.       win32) RAND_MAX is not INT_MAX in which case the content of the 
  19.       buffer was not random.
  20.     - Modified the output to make it more readable. bing now display Mbps
  21.       or Kbps as sensible.
  22.     - Converted the bing man page format from mandoc to man. This should
  23.       be more portable.
  24.     - Changed the order in which adapt_rtt checks the RTT for coherency. 
  25.       It seems safer to check the coherency for each host separately first
  26.       and only then to check the coherency between hosts.
  27.  
  28. Fri Apr 23 01:30:49 MET DST 1997
  29. *** Release 1.1.2 ***
  30.  
  31. Fri Apr 23 01:30:49 MET DST 1997
  32.     - Putting some Win32 code back in.
  33.     - Update of the bing man page.
  34.     - Update of the Readme file.
  35.     - Enhanced the makefile.
  36.  
  37. Fri Mar  9 01:43:35 MET DST 1997
  38. *** Release 1.1.1 ***
  39.  
  40. Fri Mar  9 01:43:35 MET DST 1997
  41.     - bing code after Pierre's cleanup
  42.     - Pierre added two new options: '-u' and 'f'
  43.     - bing now supports more than two hosts on the command
  44.       line. This allows you to exploit the results of a 
  45.       traceroute.
  46.     - Supports multiple destination hosts.
  47.  
  48. Fri Feb  7 04:23:12 MET DST 1997
  49. *** Release 1.1.0 ***
  50.  
  51. Fri Feb  7 04:23:12 MET DST 1997
  52.     - ported to Win32. This involves a new icmp module which 
  53.       hides the interface differences.
  54.     - The win32 specific parts have been put into the win32 
  55.       directory and the unix specific parts are in the ux 
  56.       directory.
  57.     - the Win32 section contains a preformatted version of
  58.       the manual "bing.8".
  59.     - README changed.
  60.  
  61. Fri Jul 21 09:47:39 MET DST 1995
  62. *** Release 1.0.4 ***
  63.  
  64. Fri Jul 21 00:42:17 MET DST 1995
  65.     - small change in output format.
  66.     - changed default small packet size. It seems the previous size
  67.       of 8 bytes was too small and was padded to something bigger
  68.       on many links.
  69.     - README changed.
  70.  
  71. Thu Jul 20 01:36:35 MET DST 1995
  72. *** Release 1.0.3 ***
  73.  
  74. Thu Jul 20 00:55:09 MET DST 1995
  75.     - new sanity check on rtt deltas.
  76.       Submitted by <jcaron@pressimage.net>
  77.     - warnings now displayed only at the end, unless -w is used.
  78.     - enhanced final stats display (should fit in a 25x80 screen
  79.       in most cases).
  80.     - README improved.
  81.     - some cleanups in timeval code.
  82.     - more Solaris 2 cleanups.
  83.  
  84. Tue Jul 18 22:16:21 MET DST 1995
  85.     - portability fixes (Solaris, AIX, Linux, BSDI)
  86.     - some code cleanup (gcc -Wall)
  87.  
  88. Tue Jul 18 01:06:21 MET DST 1995
  89. *** Release 1.0.2 ***
  90.  
  91. Tue Jul 18 00:25:56 MET DST 1995
  92.     - patches for Linux included.
  93.       Submitted by <laurent@brasil.frmug.fr.net>
  94.     - sysdep.h created for system-dependent defines.
  95.  
  96. Mon Jul 17 23:44:32 MET DST 1995
  97.     - README improved
  98.  
  99. Mon Jul 17 22:38:07 MET DST 1995
  100.     - ChangeLog (this file) created
  101.     - Option -q reversed as -V
  102.     - Usage corrected. Fix submitted by <wolf@pasteur.fr>
  103.  
  104. Sun Jul 16 23:06:07 MET DST 1995
  105. *** Initial release 1.0.1 ***
  106.  
  107.